@charset "utf-8";
/* CSS Document */
div,ul,li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style:none; 
}


/* ----------------------
	banner_anli
	date: 2012-4-17
   ---------------------- */
.slider-index {
    height: 8px;
    line-height: 0;
    padding: 12px 0px;
    text-align: center;
}
.slider-index a {
    background: url("/template/default/images/index/intro-img-index.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
    text-decoration: none;
}
.slider-index a:hover {
    text-decoration: none;
}
.slider-index a.active {
    background: url("/template/default/images/index/intro-img-index-active.png") no-repeat scroll left top transparent;
}

/* ----------------------
	ҳ
	date: 2012-4-19
   ---------------------- */
.bang_banner{width:980px;  margin:0 auto 8px; position: relative; }
.big_img{ width:980px; height:300px; overflow:hidden; }
.big_img li{height:300px; float:left; }
.big_img img{ width:980px; height:300px;}
.big_ol{ width:980px; text-align:center;}
.big_ol li{ width:15px; display:inline-block; padding-top:5px;}
.big_ol li a{ text-indent:-5000px; overflow:hidden; float:left;}


/* ----------------------------
	banner ǰť
	add by qiany, 2012/5/17
   ---------------------------- */
.slider-prev-btn {
	position: absolute;
	top: 0px;
	left: -42px;
	width: 220px;
	height: 210px;
	background: url(../images/transparent.gif) repeat;
	cursor: pointer;
}
.slider-prev-btn span {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 40px;
	height: 80px;
	background: url(/template/default/images/index/nav_paddles.png) no-repeat -16px -9px;
}  
.slider-next-btn {
	position: absolute;
	top: 0px;
	right: -42px;  
	width: 220px;
	height: 210px;  
	background: url(../images/transparent.gif) repeat;
	cursor: pointer;
}
.slider-next-btn span {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 15px;
	width: 40px;	
	height: 80px;
	background: url(/template/default/images/index/nav_paddles.png) no-repeat -63px -9px;
}
